home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / dsp / dspgroup / sound.arc / README < prev    next >
Encoding:
Text File  |  1988-03-08  |  1.2 KB  |  40 lines

  1. This archive contains a few simple but cute utilities for playing
  2. digital audio back through the D/A converter on the Delanco-Spry DSP
  3. board.  The companion archives sounds1.arc and sounds2.arc contain sound
  4. fragments extracted from a large and growing number of MacIntosh sound
  5. novelties.  They are good attention-getters at DSP demos (just ask
  6. W3IWI! :-) )
  7.  
  8. The files are as follows:
  9.  
  10. readme         this file
  11. echo.hex    Download image for TMS320 card
  12. echo.asm    source for above
  13. play.exe    Command for playing files
  14. play.c        Source for above
  15. play8lin.asm    Assembler assist for play.exe
  16. getopt.c    Command option processing routine
  17. samprate.exe    Sets sampling rate on DSP card
  18. samprate.c    Source for above
  19.  
  20. To play a file, first load the TMS-320 card:
  21.  
  22. intel echo d000 300 1
  23.  
  24. Then set the sampling rate:
  25. samprate 22000
  26.  
  27. All of the files in sound1.arc and sound2arc were made at 22000
  28. kilosamples/sec except for horserac and hithere. 
  29.  
  30. play [-n times] filename1 filename2 ... 
  31.  
  32. This will play the files in order, optionally repeating each one by the
  33. number specified. The sound file format is simple 8-bit linear.
  34.  
  35. If you recompile play.exe, make sure you specify the large data model.
  36.  
  37.  
  38. Phil
  39.  
  40.